home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Mania 5
/
MacMania 5.toast
/
/
Tools&Utilities
/
TimGA 1.1
/
Graphs
/
(1) Small graphs
/
01 - Binary Tree
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-02
|
222 b
|
22 lines
|
[
TEXT/TiGA
]
|V|: 15 // Number of nodes
|E|: 14 // Number of edges
1 2 // Edges are represented as pairs of node numbers...
1 3
2 4
2 5
3 6
3 7
4 8
4 9
5 10
5 11
6 12
6 13
7 14
7 15
---
This graph is a binary tree.